Function |ends_with

std/text/compare::|ends_with


Usage

|ends_with(text, pattern)

Parameters

↳ text: string
↳ pattern: string

Return

↴ bool


Tells if string ends with a pattern.